﻿----------------------------------------------------------
Открыть файл engine/classes/templates.class.php и найти:
----------------------------------------------------------

function load_template($tpl_name) {

----------------------------------------------------------
Далее вставить:
----------------------------------------------------------

if( $this->CacheTemplate[ $tpl_name ] )
	{
		$this->copy_template = $this->CacheTemplate[ $tpl_name ];
		return true;
	}

----------------------------------------------------------
Далее найти:
----------------------------------------------------------

$this->copy_template = $this->template;

----------------------------------------------------------
Далее вставить:
----------------------------------------------------------

$this->CacheTemplate[ $tpl_name ] = $this->template;

==========================================================

Автор хака: REZER
Сайт автора: http://rezer.net/
Оф. новость хака: http://rezer.net/core/templates/33-optimiziruem-shabloni.html
Email автора: rzermak@yandex.ru